Welcome![Sign In][Sign Up]
Location:
Search - socket udp linux

Search list

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。
Platform: | Size: 15434 | Author: 6756 | Hits:

[Linux-Unixudpecho

Description: linux下利用socket建立连接实现UDP数据通信的连接客户端源代码和服务端源代码-linux using socket connection to achieve UDP data communications connectivity client server source code and source code
Platform: | Size: 2048 | Author: wshrf | Hits:

[Internet-Networklinux_network

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-This is under linux on the C programming, which includes a socket several usage examples, udp, tcp, as well as the use of select.
Platform: | Size: 571392 | Author: 赵炜 | Hits:

[TCP/IP stacktcpudpsocket.tar

Description: 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehensive, TCP and UDP programming have, you can get through the socket host IP, the server and the client to send a text this news, want to be helpful for beginners.
Platform: | Size: 13312 | Author: 马逸 | Hits:

[Linux-Unixtcpudp

Description: 用C语言编写的简单tcp,udp连接程序,用于Linux下的套接字实现-C language with a simple tcp, udp connection program for Linux under the socket to achieve
Platform: | Size: 2048 | Author: 王军 | Hits:

[OtherlinuxSocket

Description: 网络编程,一定离不开套接口;那什么是套接口呢?在Linux下,所有的I/O操作都是通过读写文件描述符而产生的,文件描述符是一个和打开的文件 相关联的整数,这个文件并不只包括真正存储在磁盘上的文件,还包括一个网络连接、一个命名管道、一个终端等,而套接口就是系统进程和文件描述符通信的一种 方法。目前最常用的套接口是字:字节流套接口(基于TCP)和数据报套接口(基于UDP),当然还有原始套接口,原始套接口提供TCP套接口和UDP套接 口所不提供的功能,如构造自己的TCP或UDP分组,我们这里主要介绍字节流套接口和数据报套接口。- Network programming, they must take sets of interfaces then what is a socket then? In Linux, all the I/O operations are generated through the read and write file descriptors, file descriptors and open a file associated with an integer, this document does not only include the real file is stored on disk, but also includes a network connection, a named pipe, a terminal and so on, while the socket is a system process and file descriptors communication methods. The most commonly used interface is a set of words: byte stream socket (based on TCP) and datagram sockets (based on UDP), of course, the original set of interfaces, the original set of interface provides TCP socket and UDP sockets are not provided by the features, such as TCP or UDP construct their own group, we are here mainly introduces the byte stream sockets and datagram sockets.
Platform: | Size: 8192 | Author: rason | Hits:

[Internet-Networkudpsrv01-server

Description: linux下的udp通讯实验程序,使用socket实现,有Makefile完成编译-udp program under linux environment
Platform: | Size: 27648 | Author: hailan | Hits:

[Linux-Unixnetwork

Description: Linux/UNIX网络编程,基本套接口编程,基本TCP套接口编程,基本UDP套接口编程-Linux/UNIX network socket
Platform: | Size: 743424 | Author: 赵冬霜 | Hits:

[Internet-Networkudptalk

Description: 适合初学者的c网络编程,使用socket实现UDP通信,值得学习-c program on linux for UDP network,socket program for beginer
Platform: | Size: 1024 | Author: 孙文彬 | Hits:

[Internet-NetworkTCP_UDP

Description: TCP和UDP通信的socket编程demo,linux ubuntu下测试通过,有makefile-socket demo of communicating with TCP/UDP protocols
Platform: | Size: 5120 | Author: Tracy | Hits:

[Internet-Networksocket_c_s

Description: 包含了linux下socket通信的客户端和服务端,包括tcp和udp的两种方式-Contains the socket communication under linux client and server, including two ways of tcp and udp
Platform: | Size: 10240 | Author: your name | Hits:

[Internet-Networkexamples

Description: 用于Linux下socket编程,可实现了udp客户端和服务端,tcp客户端和服务端-For Linux, socket programming, enabling the client and server udp, tcp client and server
Platform: | Size: 19456 | Author: 李三 | Hits:

[Internet-Networkjuyuwangtalk

Description: linux windows mac qt局域网聊天程序,通过udp tcp 传输-linux windows mac qt tcp socket
Platform: | Size: 1866752 | Author: 曾庆国 | Hits:

[Internet-NetworkDSDV

Description: 这个程序实现网络层距离向量算法和udp协议,使用socket编程,可以在linux上运行。内含Makefile、可执行文件、源代码、README。-This program network layer distance vector algorithm and udp protocols, the use of socket programming, you can run on linux. Contains Makefile, executable files, source code, README.
Platform: | Size: 9216 | Author: jack shaw | Hits:

[Linux-UnixTFTPserver

Description: tftp服务器,实现了文件的传输。udp协议,在linux上经过测试,是很好的socket学习资料。-The TFTP server, the realization of the document transmission. The UDP protocol, Linux tested, socket is a good learning materials.
Platform: | Size: 4096 | Author: | Hits:

[Internet-Networkudp_linux

Description: udp通信服务器端,利用 套接字 实习通信-udp service for linux ,use functiong socket
Platform: | Size: 1024 | Author: 蒋倩 | Hits:

[Embeded LinuxTransform-station

Description: linux下UDP串口通信程序,串口接收下位机传的数据,然后通过UDP转发给服务器。-UDP and serial port programs with linux,receive the data from serial port and transmit it to server by UDP socket
Platform: | Size: 29696 | Author: | Hits:

[Internet-NetworkRoom

Description: 这个在linux下gcc编译通过的聊天室,是基于udp协议的。能够发送消息的时候,显示用户名。进入和退出聊天室都有相应的提示,是TCP/IP Socket编程(C语言描述)学习的好实例
Platform: | Size: 7168 | Author: louisluo | Hits:

[Internet-Networkudp2

Description: udp广播(linux) socket既能接受广播的数据又能接受单播的数据。同时在接受广播数据时只接受一次。-udp broadcast (linux) socket can receive broadcast data and can accept the unicast data. Broadcast data only once.
Platform: | Size: 2048 | Author: 朱嘉兴 | Hits:

[Internet-Networkwork

Description: Linux Socket编程 简单的server和clinet端基于udp的报文收发处理例程-Linux Socket
Platform: | Size: 7168 | Author: loveqw | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net